home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / tty32.zip / RESOURCE.H < prev    next >
Text File  |  1992-10-16  |  2KB  |  72 lines

  1. #define ABOUTDLGBOX        100
  2. #define SETTINGSDLGBOX     101
  3.  
  4. #define TTYACCEL           200
  5. #define TTYMENU            300
  6. #define TTYICON            400
  7. #define TTYBITMAP          500
  8.  
  9. #define IDD_OK             1
  10. #define IDD_CANCEL         2
  11.  
  12. #define IDM_CONNECT        0x100
  13. #define IDM_DISCONNECT     0x101
  14. #define IDM_EXIT           0x102
  15. #define IDM_SETTINGS       0x103
  16. #define IDM_ABOUT          0x104
  17.  
  18. #define IDD_ABOUTICON      0x210
  19. #define IDD_TITLELINE      0x211
  20. #define IDD_VERSION        0x212
  21. #define IDD_BYLINE         0x213
  22. #define IDD_WINDOWSMODE    0x214
  23. #define IDD_FREEMEM        0x215
  24. #define IDD_RESOURCES      0x216
  25.  
  26. #define IDD_PORTCB         0x220
  27. #define IDD_BAUDCB         0x221
  28. #define IDD_DATABITSCB     0x222
  29. #define IDD_PARITYCB       0x223
  30. #define IDD_STOPBITSCB     0x224
  31. #define IDD_DTRDSR         0x225
  32. #define IDD_RTSCTS         0x226
  33. #define IDD_XONXOFF        0x227
  34. #define IDD_AUTOWRAP       0x228
  35. #define IDD_NEWLINE        0x229
  36. #define IDD_LOCALECHO      0x22A
  37. #define IDD_FONT           0x22B
  38. #define IDD_USECNRECEIVE   0x22C
  39. #define IDD_DISPLAYERRORS  0x22D
  40.  
  41. #define IDS_BYLINE         0x300
  42. #define IDS_MODE_STANDARD  0x301
  43. #define IDS_MODE_ENHANCED  0x302
  44. #define IDS_MODE_WLO       0x303
  45. #define IDS_MODE_UNDEF     0x304
  46.  
  47. #define IDS_COMPREFIX      0x310
  48.  
  49. #define IDS_BAUD110        0x320
  50. #define IDS_BAUD300        0x321
  51. #define IDS_BAUD600        0x322
  52. #define IDS_BAUD1200       0x323
  53. #define IDS_BAUD2400       0x324
  54. #define IDS_BAUD4800       0x325
  55. #define IDS_BAUD9600       0x326
  56. #define IDS_BAUD14400      0x327
  57. #define IDS_BAUD19200      0x328
  58. #define IDS_BAUD38400      0x329
  59. #define IDS_BAUD56000      0x32A
  60. #define IDS_BAUD128000     0x32B
  61. #define IDS_BAUD256000     0x32C
  62.  
  63. #define IDS_PARITYNONE     0x330
  64. #define IDS_PARITYEVEN     0x331
  65. #define IDS_PARITYODD      0x332
  66. #define IDS_PARITYMARK     0x333
  67. #define IDS_PARITYSPACE    0x334
  68.  
  69. #define IDS_ONESTOPBIT     0x340
  70. #define IDS_ONE5STOPBITS   0x341
  71. #define IDS_TWOSTOPBITS    0x342
  72.